subtracting Nanoseconds
fun <Unit : NanosecondOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingNanoseconds(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving backward some number of nanoseconds.
Parameters
count
The number of nanoseconds by which to move backward.